home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / gfx / conv / iso_ilbm.lha / ISO_ILBM / ISO_ILBMREADME.doc < prev    next >
Text File  |  1993-03-09  |  4KB  |  106 lines

  1. ISO_ILBM (c) COPYRIGHT 1992 Bill McCarter NO Rights Reserved
  2.  
  3. Legal:
  4.  
  5.    This program is PUBLIC DOMAIN. Copy it and distribute it to
  6. your friends, as long as you include all the files that are in
  7. the archive file ISO_ILBM.lha. I will not allow anyone to make a
  8. profit from this program, except a modest charge for copying and
  9. media, such as the Fred Fish collection.
  10.    The program is fully operational, it is a simple utility with
  11. very little error checking and without an intuition interface.  
  12.  
  13. PURPOSE:
  14.  
  15.     The purpose of this utility is to assist DEMMER1 digitize
  16. contour maps into VISTAPRO DEM's. 
  17.  
  18. HOW IT WORKS:
  19.  
  20.    Any IFF graphic of any resolution may be used, in any
  21. resolution or screensize as long as you have the chip ram. Even
  22. Brushes may be used. Other numbers of colours than 64 work but I
  23. don't recommend to use them. 64 colour halfbright ILBM's produce
  24. the best results and HAM doesn't work. If you are serious about
  25. graphics then you owe it to yourself to get a program like
  26. Pixmate or ADPro anyway to do any format conversions.
  27.    The elevations are taken from the colours themselves, with
  28. palette 0 being the minimum elevation and palette 63 being the
  29. maximum. This provides 64 steps in elevation for the image which
  30. should be enough for most applications. If not, DEMMER1 has a
  31. few processing functions that I have provided to smooth out the
  32. transitions.
  33.  
  34. OPERATION:
  35.  
  36.    ISO_ILBM operates from the workbench by double clicking on the  
  37. icon. 
  38.  
  39. IMPORTANT!!!
  40.  
  41.     Sometimes I have found that programs written in AMOS will
  42. seize up the computer when they start. I believe this is because
  43. there is not enough unfragmented memory available or a conflict
  44. getting a resource allocation. I have never had a problem when
  45. starting from a fresh boot. If this program fails to start and
  46. just gives you a black or a blue empty screen, reboot and try
  47. again. I'm sorry for this but there is nothing I can do about
  48. it. I would write more often in C but, writing in AMOS is, at
  49. least ten times faster and the programs do work.   
  50.           
  51.     What this program does is make it a heck of a lot easier to
  52. digitize a contour map. I have included an example ILBM to show
  53. how it is used. Import the Picture into a paint program that can
  54. work on 64 colour extra half bright IFF's. You will notice that
  55. the background colour on the picture is colour 0. The lines on
  56. the map are every fifth contour from a topo map.
  57.     To make your own map:
  58.  
  59. 1: Start a 64 colour picture in a paint program. I prefer to use
  60. a square format such as 320 X 320. This example, though is 320 X
  61. 200.
  62. 2: Make a grid on the picture using colour 1. I usually use a 40
  63. X 40 grid.
  64. 3: This grid represents a grid on your topo map such as the
  65. Universal Transverse Mercator Grid.
  66. 4: Find the highest elevation on your map, and the lowest and
  67. count the contour lines between them.
  68. 5: Divide this number and round down to the nearest integer. This
  69. is the colour spread between contour lines.
  70. 6: Pick colour 64 and draw the top contour line, using the grid
  71. as a guide.
  72. 7: Count down on the palette the number of the colour spread, and
  73. use this as the colour for the next contour line.
  74. 8: Repeat until all the contour lines have been drawn.
  75. 9: Fill in all the grid lines to colour zero.
  76. 10: Process the picture using ISO_ILBM and go to bed. It should
  77. be done by morning.
  78.  
  79.     This program is dead slow due to the large overhead in the
  80. search routines. These search to find the greatest slope between
  81. contour lines and then uses these values to calculate the
  82. intermediate colour. The less complicated your map the longer
  83. the search routine takes.
  84.  
  85.    This program multitasks well. To toggle to and from workbench
  86. press Left Amiga-A. To kill the program at any time type
  87. Control-C.
  88.  
  89.    If you like this, or if you would like anything else in the
  90. programming line in C, assembly or AMOS or have an interest in
  91. mining and mineral processing or design engineering, including
  92. digital design please drop me a line to:
  93.  
  94. GYRUS SOFTWARE GROUP
  95. Bill McCarter
  96. P.O. Box 250
  97. LILLOOET, BRITISH COLUMBIA,
  98. CANADA,
  99. V0K 1V0 
  100. or COMPU$ERVE 72570,3622.
  101.  
  102. VISTAPRO (C) is a COPYRIGHT of Virtual Reality Laboratories,Inc
  103. Pixmate (c) is a COPYRIGHT of Progressive Peripherals Inc AMOS
  104. (c) is a Copyright of Mandarin Jawx and is a fantastic way to
  105. access the power of the Amiga.
  106.